home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 128 17 / q17.d81 / t.home ref < prev    next >
Text File  |  2022-08-28  |  8KB  |  160 lines

  1.  
  2.                         H O M E    R E F I N A N C E R
  3.  
  4.                                by Fender Tucker
  5.  
  6.  
  7.      If you bought your house during the Reagan reign, you probably bought
  8. it at a two-digit interest rate, maybe even as high as 13 percent on a
  9. thirty-year loan.  At the time it seemed like a good idea, and it probably
  10. was.  Owning one's home is the American dream, right?  But if you are still
  11. paying that high interest rate on your mortgage, you may be missing a major
  12. bet.  These days the going interest rate on thirty-year loans is around 8 or
  13. 9 percent.  It may be time for you to consider refinancing your loan.
  14.  
  15.      HOME REFINANCER will help you make that decision.  It's a "what if"
  16. type of program.  You enter the data for your present loan and then the data
  17. for a refinanced loan.  The program will do all of the calculations and show
  18. you a side-by-side comparison of the two loans.  The new loan will cost some
  19. money up-front, of course, but the program takes this into consideration and
  20. shows you how many months it will take before you break even.  If you plan
  21. on staying in your present home for longer than that, you should consider
  22. refinancing.
  23.  
  24.      First, a disclaimer.  Al Vekovius, the Grand Exalted Mojo of Softdisk,
  25. went to a seminar about home refinancing and came back with a nifty
  26. spreadsheet program that does exactly what HOME REFINANCER does.  From Al's
  27. specs, I wrote this program.  While we cannot be held responsible for your
  28. home financing decisions, you can rest assured that this program was
  29. designed by a knowledgeable, type-A, money-conscious kind of guy -- Al.  It
  30. was coded by a guy who never buys anything until he can pay for it in cash -
  31. me.  I am not a home owner type.
  32.  
  33.      This is not a tutorial on mortgages.  It is assumed that you are paying
  34. on your home loan and are reasonably familiar with how home financing works.
  35. Interest rates and points are to be entered as decimal numbers.  If the rate
  36. is 8.4%, enter 8.4, not .084.  If the points are 3, enter 3, not .03.
  37.  
  38.  
  39. THE MAIN SCREEN
  40. ---------------
  41.  
  42.      The program holds all of the information on one screen.  I chose a
  43. color-coded scheme to keep all of the related data together.  There is a
  44. help screen that explains what information is to be entered into which
  45. colored area.  All ten of the fields that you are to enter data into are
  46. black.  All other fields are grey, and are calculated fields -- the computer
  47. will fill in these fields.
  48.  
  49.      There are five options at the bottom of the screen: LOAD, SAVE, PRINT,
  50. HELP and QUIT.  These are accessed by typing the first letter of the
  51. command.  When you have all of the information entered for a particular
  52. scenario, choose SAVE and all of the data will be saved in a filename of
  53. your choice.  When you choose LOAD, a directory of saved files (prefixed by
  54. "hr.") will be shown on the screen.  Move the highlight bar to the file you
  55. want and press RETURN.  The data will be loaded onto the main screen, wiping
  56. out any data that's currently showing.  Make sure you save any scenario
  57. that's important before LOADing another.
  58.  
  59.      PRINT will simply print the screen.  Since every field is clearly
  60. labeled, this printout is the most concise way to show all of the details of
  61. a particular scenario.  The HELP screen can also be printed.
  62.  
  63. ENTERING DATA
  64. -------------
  65.  
  66.      The black fields are those that you can enter data into.  Move the
  67. white highlight bar to the field you want to enter and start typing the
  68. number.  You do not have to press RETURN before the number, just after.  The
  69. fields will be formatted for dollars and cents, percentages (up to three
  70. decimal places), and months (whole numbers).
  71.  
  72.   EXISTING MORTGAGE - RED
  73.  
  74.       Where does the data come from?  The red area comes from your mortgage
  75. payment booklet.  You need to enter:
  76.  
  77.  (a) your monthly payment
  78.  (b) your loan's interest rate
  79.  (c) how many months are left to pay.
  80.  
  81. The remaining principal is the amount due on your house, not counting the
  82. interest you'll pay.  As you'll see, interest far outweighs the principal
  83. when you extend a loan out over many years.
  84.  
  85.    NEW MORTGAGE - CYAN
  86.  
  87.      The remaining principal from the red area is placed in the "Amount of
  88. Loan" field in the cyan area.  This area is the data for a proposed new
  89. loan. You get this information by guessing, reading up on current rates, or
  90. better yet, calling a mortgage company and asking them what the current
  91. rates are.  Enter the new rate (which should be much lower than the rate in
  92. the red area) and the number of months you will take the new loan for.
  93.  
  94.      The main reason for refinancing may be to lower your monthly payment. 
  95. In this case, you can extend the loan for the full thirty years and see a
  96. big reduction in your monthly payment.  But you may want to refinance in
  97. order to pay off the loan earlier.  In this case, your monthly payment may
  98. not go down -- it may even go up! -- but the loan is paid off much more
  99. quickly.  What WILL go down drastically is the amount of INTEREST you pay. 
  100. HOME REFINANCER will probably be a real shocker to you when it shows just
  101. how little of your money is going towards the principal and how much is
  102. going towards interest.
  103.  
  104.      The cyan area is where you will be doing most of your "what if"
  105. entries. You may want to borrow more (or less) than the exact amount needed
  106. to pay off your current loan.  The "Amount of loan" field is filled in with
  107. the same amount as the "Remaining principal" field in the red area by
  108. default, but you can change it if you want to borrow more or less than the
  109. default.
  110.  
  111.    CLOSING COSTS - PURPLE
  112.  
  113.      When you deal with lawyers or mortgage companies it costs money. 
  114. You'll have to check with one of them to get close to actual amounts to
  115. enter in the purple area's fields.  "Points" are percentage "fees" charged
  116. to you based upon the amount of the loan.  If you pay points, you often get
  117. a better interest rate on the loan.  "Closing costs" are estimated fees that
  118. must be paid to refinance.  Get this information from your mortgage company.
  119.  On an average house the closing costs can run about 5% of the total price.
  120.  
  121.      The "Opportunity rate" is an interest rate that represents the rate
  122. you'll have to pay in order to obtain the money to cover the closing costs. 
  123. If you take the money from a savings account or some interest-bearing
  124. account, then the Opportunity rate is the rate you are getting on your
  125. investment in this account.
  126.  
  127.    REFINANCING SUMMARY - GREEN
  128.  
  129.      This area is where you can see the two loans compared side-by-side. 
  130. The main points of interest are the amounts that go towards interest and the
  131. reduction in your monthly payment.  The "Months to breakeven" shows how long
  132. it will take to recover the costs of refinancing (closing costs + points) at
  133. the rate you entered in the Opportunity rate field.
  134.  
  135.    LOAN COMPARISON - BLUE
  136.  
  137.      This area shows you what the two situations would look like X months in
  138. the future.  A good number to enter into the "Number of months" field is the
  139. estimated number of months you plan to live in your current house.  If you
  140. anticipate moving anytime soon, this will affect your decision to refinance.
  141.  
  142. BOTTOM LINE
  143. -----------
  144.  
  145.      Refinancing is not something you want to do on the spur of the moment. 
  146. Your mortgage company should be happy to work with you since they will be
  147. making money on the closing costs.  There's nothing they can do about low
  148. interest rates so they will probably want to keep your business even though
  149. you wial ba paying them less in the long run.  Ask them for any figures you
  150. need to plug in this program.  Try different scenarios then save and print
  151. them.  Saving thousands of dollars in interest is nothing to sneeze at.
  152.  
  153.      If you find that now is the time for you to refinance your house, we
  154. wish you the best.  We hope you save enough to renew your LOADSTAR
  155. subscription and drop us a happy line.
  156.  
  157. FT
  158.  
  159.                      **** R - Run    RETURN - Menu ****                     
  160.